(UNEXEC_ALIAS): New variable, used to make the unex...o target.
authorRichard M. Stallman <rms@gnu.org>
Fri, 20 May 1994 08:16:32 +0000 (08:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 20 May 1994 08:16:32 +0000 (08:16 +0000)
(ORDINARY_LINK): Define by default if __GNU_LIBRARY__ and not LINUX.

src/Makefile.in

index 459a4b38ae5f40f878c2328620093f377ba96e75..d1f699d9797e517b8afa969294324edb24c0b427 100644 (file)
@@ -817,7 +817,10 @@ termcap.o : termcap.c $(config_h)
 terminfo.o : terminfo.c $(config_h)
 tparam.o : tparam.c $(config_h)
 undo.o : undo.c buffer.h commands.h $(config_h) 
-UNEXEC : UNEXEC_SRC $(config_h)
+/* This hack is to discard any space that cpp might put at the beginning
+   of UNEXEC when substituting it in.  */
+UNEXEC_ALIAS=UNEXEC
+$(UNEXEC_ALIAS) : UNEXEC_SRC $(config_h)
 widget.o : widget.c xterm.h frame.h dispextern.h widgetprv.h $(config_h)
 window.o : window.c indent.h commands.h frame.h window.h buffer.h termchar.h \
    termhooks.h disptab.h keyboard.h $(config_h)